exynos5: add trace feature #ifdef in exynos5-common.h
authorInha Song <[email protected]>
Fri, 13 Mar 2015 08:48:35 +0000 (17:48 +0900)
committerMinkyu Kang <[email protected]>
Mon, 6 Apr 2015 05:19:36 +0000 (14:19 +0900)
commitf44ef7d60c7349c0eed5d2363a2649badaae2610
treec62fa476130c675643d4df66da9cf88eeefc9491
parent0467faf555022fa5447a037b753b150448217239
exynos5: add trace feature #ifdef in exynos5-common.h

We can enable / disable trace feature from the FTRACE config options.
To enable, compile U-Boot with FTRACE=1.

This patch add #ifdef FTRACE in exynos5-common.h for enable/disable
to use FTRACE configs instead of having to change board config files.

Signed-off-by: Inha Song <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
include/configs/exynos5-common.h